home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / cddplus.arc / CDD.DOC < prev   
Encoding:
Text File  |  1987-05-03  |  2.8 KB  |  75 lines

  1. CDD.DOC                                Version 1.00
  2. -------                                                         ---------------
  3.  
  4.     Copyright (c) 1986, 1987  Raymond Moon  ALL RIGHTS RESERVED
  5.     
  6. SYNOPSIS
  7. --------
  8.     CDD [D:][\PATH]
  9.     
  10.     where
  11.         D: is the desired destination drive
  12.         \PATH is the desired path
  13.         
  14.         both drive and path are optional.  If the command line is 
  15.         blank, a help message is printed on the screen.
  16.  
  17. DESCRIPTION
  18. -----------
  19. his program is a clone of Bruce B. Thomson program of the same name.  I
  20. have gotten to like CDD very much because it cuts down the number of
  21. commands I have got to use to jump around my hard disk and floppies.
  22.  
  23. His version is written in C and would issue a "Path Not Found" error
  24. message if it was evoked with only a drive.
  25.     
  26. My version is written in 100% assembly language and is significantly
  27. smaller and a little faster than Bruce's program.  The only feature of my
  28. version of CDD that even might be considered a notch lower that Bruce's
  29. version is that mine prints a LOGO.  To that I say, "While the program is
  30. trival, my ego is not."
  31.  
  32. ERROR MESSAGES
  33. --------------
  34. Invalid Drive Specification - DOS did not log onto the specified drive.
  35.  
  36. Need DOS 2.0+ - Program was evoked with a vesion prior to DOS 2.0.
  37.  
  38. Path Not Found - DOS did not find the desired path.
  39.     
  40. USER RESPONSIBILITIES
  41. ---------------------
  42. - All users are granted to make as many copies of this programs as required.
  43. - There are no restrictions on how many different computers one user may
  44. use CDD.
  45. - Copies may be distributed to others as long as the following
  46. requirements are met:
  47.   -- All three files, CDD.ASM, CDD.COM, and CDD.DOC are transfered as a whole.
  48.   -- These programs must be distributed free of cost.  Only the cost of the
  49. media (e.g. diskette) can be charged.
  50.   -- The files are not modified in any way.
  51. - The source code is distributed with the program to encourage user
  52. modification to meet individual needs, but in no case will any of these
  53. modifications be incorporated and distributed.
  54. - The author encourages comments.  Please leave comments, suggestions, or
  55. suggested modifications in a message on Andy Smith's RBBS (301-956-3396).
  56.  
  57. DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
  58. ------------------------------------------------------
  59. The author has taken due care in writing this program, and the program is
  60. supplied as is.  The author makes no expressed or implied warranty of any
  61. kind with regard to this program.  In no event shall the author be liable
  62. for incidental or consequential damages in connection with or arising out
  63. of the use of this program.
  64.  
  65. PROGRAM INFOMATION
  66. ------------------
  67. CDD were assembled using Microsoft MASM v3.0 with the /ml and /a switches
  68. set.
  69.     
  70. 3 May 1987                Raymond Moon
  71.  
  72. UPDATE HISTORY
  73. --------------
  74. Version 1.00-    3 May 87
  75.